home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 25 / Mac Magazin and MacEasy Magazine CD - Issue 25.iso / Online / Joe's-E-mail-Scripts / Speaking E-mail / ReadMe next >
Text File  |  1996-08-20  |  3KB  |  63 lines

  1. Speaking E-mail  v 0.1
  2. Copyright ©1996 Joseph Santaniello. All Rights Reserved.
  3.  
  4. What it does:
  5.  
  6. This Applescript uses a speech-only interface to send e-mail messages to, 
  7. and get e-mail messages from your mail server.
  8.  
  9. The script sends via e-mail the contents of text files dropped on it's Icon.
  10. The first line of a text file you wish to send as e-mail must be the recipients
  11. complete e-mail address followed by a return. The address will not be seen on
  12. the recieved message. Multiple text files may be dropped on it, but not folders.
  13.   
  14. When it is run by double clicking, it checks to see if there is any mail waiting for you.
  15. You are then informed of how many messages are waiting then the script  creates a folder 
  16. called "AppleScript Inbox" on your Desktop, if one does not exist already. If one does, it 
  17. just uses that one. It then retrieves your messages, saving them as text files in the 
  18. "AppleScript Inbox" folder using names like "Message #1 12h22m45s" , 
  19. "Message #2 12h22m51s", etc. Once messages are retrieved succesfully from the server, 
  20. they are deleted.
  21.  
  22. It If a PPP connection is not in place when the script runs, it will open a connection and 
  23. then close it when it is finished with whatever function is being used. If there is already 
  24. a PPP connection in place when the Script runs, when finished it will leave the PPP connection
  25. as if found it. 
  26.  
  27. What it requires:
  28.  
  29. This script as yet has only been tested on with System 7.5.3 and FreePPP 2.5.
  30. It does not work properly with OpenTransport.  AppleScript v1.0 or later, Drag and Drop, 
  31. Scriptable finder, InternetConfig, and the following Scripting Additions are required: 
  32.  
  33. MacPPP Control OSAX  found in UMich mirrors such as:
  34. ftp://mac.uio.no//umich/util/comm/macpppcontrol1.4.sit.hqx
  35.  
  36. TCP/IP Scripting Additions OSAX found in UMich mirrors such as: ftp://mac.uio.no//umich/util/script/tcpipscriptingadd1.12.cpt.hqx
  37.  
  38. Speech OSAX found in Info-Mac mirrors such as:
  39. ftp://mac.uio.no//info-mac/cfg/speech-as.hqx
  40.  
  41. Jon's Commands OSAX found in Info-Mac mirrors such as:
  42. ftp://mac.uio.no//umich/util/script/jonscommands1.36.sit.hqx
  43.  
  44. ICScriptor OSAX found in Info-Mac mirrors such as:
  45. ftp://mac.uio.no//umich/util/script/icscriptor1.0b1.sit.hqx
  46.  
  47. InternetConfig may be found in Info-Mac mirrors such as:
  48. ftp://mac.uio.no//info-mac/_Internet/internet-config-12.hqx
  49. Be certain it is properly set up before trying the script.
  50. (if you were really cool you would have the ICeTEe Extension which comes with IC installed)
  51.  
  52. Yeah, and?
  53.  
  54. This Script is free, however you are required send me e-mail with your comments.
  55.  
  56. This Script may be included in CD-ROM collections if this documentation is included,
  57. and if possible I am given a copy. This Script is warranted to do nothing. If it doesn't
  58. do nothing you can have your money back. Or maybe I can have your money back...?
  59. (man was that funny...)
  60.  
  61. Joseph Santaniello <cvoss@sn.no>              http://www.sn.no/~cvoss/Joe
  62.  
  63.